defs.h: Björn makes files more const-correct.
authoroliskoli <oliskoli@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 25 Aug 2008 07:31:14 +0000 (07:31 +0000)
committeroliskoli <oliskoli@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 25 Aug 2008 07:31:14 +0000 (07:31 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3412 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/defs.h

index 891d4cd9e982f6bdadf298a251da79ca908bf709..c4b28c2e6ed67ca144435aff28bb9cc42ba7c048 100644 (file)
@@ -659,7 +659,7 @@ typedef struct arglist {
        const char *argstring;
        char **argval;
        const char *helpstring;
-       char *defaultvalue;
+       const char *defaultvalue;
        const gbuint32 argtype;
        const char *minvalue;           /* minimum value for numeric options */
        const char *maxvalue;           /* maximum value for numeric options */